Click or drag to resize

ServiceGetConversationItems Method (ConversationRequest, ItemShape, MailboxSearchLocation)

Gets the conversation items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConversationItemResponse> GetConversationItems(
	ConversationRequest conversationRequest,
	ItemShape itemShape,
	MailboxSearchLocation mailboxSearchLocation
)

Parameters

conversationRequest
Type: Independentsoft.ExchangeConversationRequest
The conversation request.
itemShape
Type: Independentsoft.ExchangeItemShape
The item shape.
mailboxSearchLocation
Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.

Return Value

Type: IListConversationItemResponse
IList{ConversationItemResponse}.
See Also